type vendor/golang.org/x/net/idna.runeError
8 uses
vendor/golang.org/x/net/idna (current package)
idna10.0.0.go#L327: type runeError rune
idna10.0.0.go#L329: func (e runeError) code() string { return "P1" }
idna10.0.0.go#L330: func (e runeError) Error() string {
idna10.0.0.go#L444: return s, bidi, runeError(utf8.RuneError)
idna10.0.0.go#L454: return s, bidi, runeError(r)
idna10.0.0.go#L492: err = runeError(utf8.RuneError)
idna10.0.0.go#L507: err = runeError(r)
idna10.0.0.go#L635: return runeError(utf8.RuneError)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |